GetDisplayModeList(Format,Int32,Int32,ModeDescription[]) Method
In This Topic
HRESULT IDXGIOutput::GetDisplayModeList([In] DXGI_FORMAT EnumFormat,[In] unsigned int Flags,[InOut] unsigned int* pNumModes,[Out, Buffer, Optional] DXGI_MODE_DESC* pDesc)
Syntax
'Declaration
Public Overloads Sub GetDisplayModeList( _
ByVal As Format, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByVal () As ModeDescription _
)
public void GetDisplayModeList(
Format ,
System.int ,
ref System.int ,
ModeDescription[]
)
Parameters
- enumFormat
- flags
- numModesRef
- descRef
See Also